Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#145 Include only runtime configurations #153

Closed
wants to merge 1 commit into from

Conversation

guillermo-varela
Copy link
Contributor

@guillermo-varela guillermo-varela commented Feb 16, 2024

Includes dependencies only from the runtime configurations. That is, no compile dependecies, just the ones that end up in the packaged application by using a new configuration property runtimeConfigurationsOnly:

nexusIQScan {
  username = 'user'
  password = 'password'
  serverUrl = 'http://localhost:8070'
  applicationId = project.name
  runtimeConfigurationsOnly = true
}

(If there are changes to user behavior in general, please make sure to
update the docs, as well)

It relates to the following issue #s:

cc @bhamail / @DarthHater / @shaikhu

@guillermo-varela
Copy link
Contributor Author

Closed in favor of #156

@guillermo-varela guillermo-varela deleted the #145_runtimeConfigurationsOnly branch April 26, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Component differences between reports produced by NexusIQ CLI and Gradle plugin
1 participant